[docs] Fix GtkWindow: activate-default => activate-focus.
authorStanislas Marquis <stnsls@gmail.com>
Fri, 4 Jun 2010 22:33:06 +0000 (00:33 +0200)
committerJavier Jardón <jjardon@gnome.org>
Fri, 4 Jun 2010 22:45:37 +0000 (00:45 +0200)
Signed-off-by: Javier Jardón <jjardon@gnome.org>
gtk/gtkwindow.c

index 3d882545d96216f5bbc2988769736305904c2234..942c30e5fff7cd9183337be12cef7e435b4529b1 100644 (file)
@@ -838,7 +838,7 @@ gtk_window_class_init (GtkWindowClass *klass)
    * GtkWindow::activate-focus:
    * @window: the window which received the signal
    *
-   * The ::activate-default signal is a
+   * The ::activate-focus signal is a
    * <link linkend="keybinding-signals">keybinding signal</link>
    * which gets emitted when the user activates the currently
    * focused widget of @window.